home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2010 May
/
Mac Life Ubuntu.iso
/
casper
/
filesystem.squashfs
/
lib
/
partman
/
active_partition
/
87delete
/
choices
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2009-04-19
|
300 b
|
20 lines
#!/bin/sh
. /lib/partman/lib/base.sh
dev=$1
id=$2
cd $dev
open_dialog GET_LABEL_TYPE
read_line label
close_dialog
# Disable on devices where there is no "real" partitioning
if [ "$label" = loop ]; then
exit 0
fi
db_metaget partman-partitioning/text/delete description
printf "delete\t${RET}\n"